home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Activity Monitor.app / Contents / Resources / English.lproj / ProcessInspector.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  1.9 KB  |  50 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DragOutTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  4.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {CLASS = LinkedTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  6.         {CLASS = SMInspector; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  7.         {
  8.             CLASS = SMMonitoredView; 
  9.             LANGUAGE = ObjC; 
  10.             OUTLETS = {"_highWaterReading" = NSTextField; }; 
  11.             SUPERCLASS = NSView; 
  12.         }, 
  13.         {
  14.             ACTIONS = {quitProcess = id; sample = id; }; 
  15.             CLASS = SMProcessInspector; 
  16.             LANGUAGE = ObjC; 
  17.             OUTLETS = {
  18.                 "_cpuUsage" = NSTextField; 
  19.                 "_ctxSwitches" = NSTextField; 
  20.                 "_faults" = NSTextField; 
  21.                 "_group" = NSTextField; 
  22.                 "_hangs" = NSTextField; 
  23.                 "_machCalls" = NSTextField; 
  24.                 "_msgsRcvd" = NSTextField; 
  25.                 "_msgsSent" = NSTextField; 
  26.                 "_openFilesItem" = NSTabViewItem; 
  27.                 "_openFilesList" = NSTextView; 
  28.                 "_pageIns" = NSTextField; 
  29.                 "_parentProcess" = LinkedTextField; 
  30.                 "_ports" = NSTextField; 
  31.                 "_privateMemory" = NSTextField; 
  32.                 "_quitButton" = NSButton; 
  33.                 "_residentSize" = NSTextField; 
  34.                 "_sampleButton" = NSButton; 
  35.                 "_sharedMemory" = NSTextField; 
  36.                 "_suidUser" = NSTextField; 
  37.                 "_tabView" = NSTabView; 
  38.                 "_threadCount" = NSTextField; 
  39.                 "_totalTime" = NSTextField; 
  40.                 "_unixSyscalls" = NSTextField; 
  41.                 "_user" = NSTextField; 
  42.                 "_virtualPrivate" = NSTextField; 
  43.                 "_virtualSize" = NSTextField; 
  44.                 "_window" = NSWindow; 
  45.             }; 
  46.             SUPERCLASS = SMInspector; 
  47.         }
  48.     ); 
  49.     IBVersion = 1; 
  50. }